CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - OpenGL ellipse

搜索资源列表

  1. Spline+ellipse

    0下载:
  2. 标准椭圆的算法与三次样条曲线算法 用OpenGL实现编程-standard ellipse algorithm and cubic spline curve algorithm using OpenGL Programming
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:74937
    • 提供者:wgede
  1. ellipse

    0下载:
  2. 画出椭圆。其中用到opengl的画点函数,其余是普通的C++代码
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:964
    • 提供者:feifei
  1. fitellipse.rar

    1下载:
  2. 椭圆拟合,用于在jpg格式的图片上寻找椭圆,并进行拟合,Ellipse fitting to the picture in jpg format to find oval, and fitting
  3. 所属分类:Other systems

    • 发布日期:2015-06-07
    • 文件大小:1648
    • 提供者:lxs
  1. Ellipse.rar

    0下载:
  2. glut画椭圆程序 OpenGL中无专门的画椭圆命令,所以自己做了一个用glut画椭圆程序。,OpenGL oval painting process glut of non-specialized order oval painting, so do a procedure with an oval painting glut.
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-28
    • 文件大小:54659
    • 提供者:guo
  1. Circle

    0下载:
  2. Draw Ellipse opengl using bresenham algorithm
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-10
    • 文件大小:587
    • 提供者:Nessen
  1. 3

    0下载:
  2. 实验要求: 1、分别用圆的参数生成法和Bresenham算法画圆 2、请调用画圆和画椭圆的函数画出右图 提示:openGL 里可通过glrotatef函数实现坐标系的旋转,如绕Z轴旋转45度(相当于XY平面内图形绕原点旋转45度)通过glrotatef(45,0,0,1)来实现。 -Experimental requirements: 1, respectively, the parameters used to generate a round and Bresenham algo
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-10
    • 文件大小:132093
    • 提供者:马卫龙
  1. ellipse

    0下载:
  2. ellipse using openGL
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-29
    • 文件大小:187638
    • 提供者:Shobi
  1. openGL

    0下载:
  2. 此程序的功能是实现基本的openGL中的画线算法,总共有四个算法。DDA画线算法,中点Bresenham算法画直线,改进Bresenham算法画直线以及 四分法绘制椭圆-Feature of this program is to achieve the basic openGL draw lines in the algorithm, a total of four algorithms. DDA line drawing algorithm, Bresenham midpoint line d
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-09
    • 文件大小:1732882
    • 提供者:周中锋
  1. Painter

    1下载:
  2. 画图,OpenGL实现,可以画点,线,圆,椭圆,矩形,多边形等,可以设置颜色和线的粗细,点的大小-Drawing, OpenGL implementation, can draw points, lines, circles, ellipses, rectangles, polygons, etc., you can set the color and line thickness, point sizes
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-29
    • 文件大小:105198
    • 提供者:芳琪
  1. openGL

    0下载:
  2. 计算机图形学实验,画直线,圆,椭圆,带界面-Computer graphics experiments, draw a straight line, circle, ellipse, with the interface
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-29
    • 文件大小:19234
    • 提供者:david
  1. Ellipse

    0下载:
  2. OpenGL中椭圆的源代码,MFC类响应OnDRAWEllipseTO中的代码编写-OpenGL source code of the ellipse, the MFC class response code is written in OnDRAWEllipseTO
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-03
    • 文件大小:5093
    • 提供者:yuanguoxi
  1. ellipse

    0下载:
  2. 给定平面5点,判断是否能组成一个椭圆。使用opengl交互及绘制-given five points, determine whether they make a ellipse, and display in OpenGL
  3. 所属分类:3D Graphic

    • 发布日期:2017-11-30
    • 文件大小:155901
    • 提供者:Li Xiaosheng
  1. OpenGL--Demo

    0下载:
  2. OpenGL由像素点生成直线,圆和椭圆算法,以及生成螺旋星线算法。和框架搭载,方便初学者编程,-OpenGL pixels generated by a straight line, circle and ellipse algorithms, and algorithms to generate spiral Star Line. And frame mounted, easy for beginners to programming,
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-29
    • 文件大小:145155
    • 提供者:闵得恒
  1. Ellipse

    0下载:
  2. OpenGL中椭圆的源代码,MFC类响应OnDRAWEllipseTO中的代码编写-OpenGL source code of the ellipse, the MFC class response code is written in OnDRAWEllipseTO
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-08
    • 文件大小:5137
    • 提供者:swithPr
  1. ellipse

    0下载:
  2. 用OPENGL的方法创建六个椭圆、一个余弦、一个正弦曲线。-Using OPENGL way to create six oval, a cosine, a sine curve.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-16
    • 文件大小:195060
    • 提供者:薛乐乐
  1. OpenGL

    0下载:
  2. 本代码通过OpenGL库,绘制了一个机器人,其中算法运用了,中点画线,中点画圆和中点画椭圆等。-The code via OpenGL library, draw a robot, which algorithm to use, and the dotted line, the midpoint Circle and the stippling ellipse.
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-06
    • 文件大小:1259347
    • 提供者:程海粟
  1. OpenGL-Shapes-Translation

    0下载:
  2. circle translating in y axis, ellipse rotating, triangle scaling in continually with GLui interface buttons
  3. 所属分类:OpenGL program

  1. opengl-shape-translation

    1下载:
  2. circle translating in y axis, ellipse rotating, triangle scaling in continually with GLui interface buttons. this program use opengl that include freeglut and glew and glui libraries.
  3. 所属分类:OpenGL program

    • 发布日期:2016-12-28
    • 文件大小:12340224
    • 提供者:Necati Ö zdemir
  1. openGL

    0下载:
  2. OpenGL实现三角形,圆形,线条,椭圆的绘制算法- OpenGL implementation triangle, circle, line, ellipse drawing algorithm. . . . .
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-12
    • 文件大小:1492
    • 提供者:刘婵
  1. OpenGL绘制参数曲线

    0下载:
  2. opengl绘制参数曲线,这里绘制的是很多条短直线逼近一个椭圆,比较适合新手(OpenGL draw parameter curve, here is drawing a lot of short straight line approaching an ellipse, more suitable for novice)
  3. 所属分类:其他

    • 发布日期:2018-01-01
    • 文件大小:3548160
    • 提供者:小啰啰
« 12 »
搜珍网 www.dssz.com